how to hide .html in address bar

81

how to hide .html in address bar -

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]

Comments

Submit
0 Comments